fork download
  1. #include <iostream>
  2. using namespace std;
  3. int a = 0;
  4. class test {
  5. public:
  6. int a;
  7.  
  8. void funkcja (int wartosc = ::a) {}
  9. };
  10.  
  11. int main() {
  12. // your code goes here
  13. return 0;
  14. }
Success #stdin #stdout 0s 3136KB
stdin
Standard input is empty
stdout
Standard output is empty